From: Danilo Bargen Date: Fri, 22 Sep 2017 09:41:26 +0000 (+0200) Subject: Clarify how is-it-maintained badges are generated X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~36^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=ec9fbd0d9bbcb4b58b7d11a467a46cd153f7d709;p=cargo.git Clarify how is-it-maintained badges are generated Also, improve the format by breaking up the text into multiple bullet-points. --- diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 244ba1a99..e45fbc174 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -178,12 +178,15 @@ license = "..." # (similar to the readme key). license-file = "..." -# Optional specification of badges to be displayed on crates.io. The badges -# pertaining to build status that are currently available are Appveyor, CircleCI, -# GitLab, and TravisCI. Available badges pertaining to code test coverage are -# Codecov and Coveralls. There are also maintenance-related badges which state -# the issue resolution time, percent of open issues, and future maintenance -# intentions. +# Optional specification of badges to be displayed on crates.io. +# +# - The badges pertaining to build status that are currently available are +# Appveyor, CircleCI, GitLab, and TravisCI. +# - Available badges pertaining to code test coverage are Codecov and +# Coveralls. +# - There are also maintenance-related badges basesed on isitmaintained.com +# which state the issue resolution time, percent of open issues, and future +# maintenance intentions. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master` diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 1cfb7afed..8ae68d020 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -175,12 +175,15 @@ license = "..." # (similar to the readme key). license-file = "..." -# Optional specification of badges to be displayed on crates.io. The badges -# pertaining to build status that are currently available are Appveyor, CircleCI, -# GitLab, and TravisCI. Available badges pertaining to code test coverage are -# Codecov and Coveralls. There are also maintenance-related badges which state -# the issue resolution time, percent of open issues, and future maintenance -# intentions. +# Optional specification of badges to be displayed on crates.io. +# +# - The badges pertaining to build status that are currently available are +# Appveyor, CircleCI, GitLab, and TravisCI. +# - Available badges pertaining to code test coverage are Codecov and +# Coveralls. +# - There are also maintenance-related badges basesed on isitmaintained.com +# which state the issue resolution time, percent of open issues, and future +# maintenance intentions. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master`